home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / rettig.arc / TRSOURCE.EXE / TR_SEGAR.PRG < prev    next >
Text File  |  1990-10-22  |  270b  |  15 lines

  1. *********
  2. * Function : SEG
  3. * By : Ralph Davis
  4. * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
  5. *********
  6.  
  7.  
  8. FUNCTION SEG
  9. PARAMETERS m_var_in
  10. PRIVATE m_var_out
  11. m_var_out = SPACE(4)
  12. CALL _segment WITH &m_var_in, m_var_out
  13. RETURN m_var_out
  14.  
  15.